projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d47520c
)
(svref): New alias.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:33:09 +0000
(07:33 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:33:09 +0000
(07:33 +0000)
lisp/emacs-lisp/cl.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl.el
b/lisp/emacs-lisp/cl.el
index 970d918027380514577bbb5d02c3a335ea6368b1..c5d3ef0832ea9f523de9ec420559709dd4dbed19 100644
(file)
--- a/
lisp/emacs-lisp/cl.el
+++ b/
lisp/emacs-lisp/cl.el
@@
-347,6
+347,7
@@
SEQ, this is like `mapcar'. With several, it is like the Common Lisp
(nreverse cl-res)))
(mapcar cl-func cl-x)))
+(defalias 'svref 'aref)
;;; List functions.